.qedge-com-header {
  width: 100%;
  position: fixed;
  border: 1px solid #dcdcdc;
  z-index: 9999;
}

.qedge-com-header .intop {
  width: 90%;
  margin: 0 auto;
}

.qedge-com-header .intop .logo {
  width: 16%;
  float: left;
}

.qedge-com-header .intop .logo img {
  transition: all 0.5s;
  width: 90%;
  margin-top: 10px;
  filter: contrast(0%) brightness(500%);
}

.qedge-com-header .intop .nav {
  width: 69%;
  float: left;
  padding-left: 8%;
}

.qedge-com-header .intop .nav li {
  margin: 0 3%;
  float: left;
  text-align: center;
}

.qedge-com-header .intop .nav li a {
  line-height: 102px;
  color: #fff;
  /*font-weight: bold;*/
  display: block;
  padding: 0;
  font-size: 17px;
}

.qedge-com-header .intop .nav li:hover {
    /*background: #fff;*/
}

.qedge-com-header .intop .nav li:hover .naa {
  color: #1d4ba1;
  position: relative;
  /*background: #fff!important;*/
}

.qedge-com-header .intop .nav li:hover .naa::after {
  display: block;
  content: "";
  height: 2px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: #1d4ba1 !important;
  opacity: 1 !important;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.qedge-com-header .intop .nav li .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 104px;
  width: 100vw;
  background: #fff;
  height: 56px;
  text-align: center;
}

.qedge-com-header .intop .nav li .dropdown li {
  display: inline-block;
  width: auto;
  float: none;
  padding: 0 30px;
  margin: 0;
}

.qedge-com-header .intop .nav li .dropdown li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 56px;
  color: #000;
}

.qedge-com-header .intop .nav li .dropdown li:hover {
  position: relative;
}

.qedge-com-header .intop .nav li .dropdown li:hover a {
  font-weight: bold;
  color: #1d4ba1;
}

.qedge-com-header .intop .nav li .dropdown li:hover a::after {
  content: none;
  opacity: 0;
}

.qedge-com-header .intop .nav .cur .naa {
  color: #1d4ba1;
  display: block;
  position: relative;
  
}

.qedge-com-header .intop .nav .cur .naa::after {
  display: block;
  content: "";
  height: 2px;
  width: 100% !important;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: #1d4ba1 !important;
  opacity: 1 !important;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.qedge-com-header .intop .sqbox {
  width: 15%;
  float: right;
}

.fixed-header .intop .logo img {
  transition: all 0.5s;
  filter: none;
}

.fixed-header .intop .nav li a {
  color: #000;
}

.show {
    transition: 0.5s all;
}




@media (max-width: 1370px) { 
    .qedge-com-header .intop .nav li {
        margin: 0 2.4%;
    }
}


@media (max-width: 1290px) {
    .qedge-com-header .intop .nav li {
        margin: 0 1.8%;
    }
}

@media (max-width: 1250px) {  
    .searchbox {
        margin-left:18px;
    }
    
    .lang .p {
        width:70px;
        padding:0 20px;
    }
    
}




@media (max-width: 1110px) {
    .qedge-com-header .intop .nav {
        padding-left:4%;
    }
}

@media (max-width: 1030px) { 
    .qedge-com-header .intop .nav {
        padding-left:0%;
    }  
    .qedge-com-header .intop .nav li {
        margin: 0 1%;
    }
    
    
    
    
}


@media (max-width: 1030px) { 
    .searchbox {
        margin-left: 0px;
    }
    .lang .p {
        width: 70px;
        padding: 0 8px;
    }
}

.menu {
    display: none;
}
.menuph {
    display: none;
}

@media (max-width: 1030px) {
    
    
    
    .qedge-com-header .intop .sqbox {
     width:27%;   
    }
    .nav {
        display:none;
    }
    
    .menuph{ 
        float:right; 
        cursor: pointer;  
        width: 22px;  
        height: 22px; 
        text-align: center; 
        display: block;
        margin-top:24px;
    }
    .menuph .point {  display: inline-block;  width: 22px;  height: 22px;  margin-top: 16px;  position: relative;  }
    .menuph .point:hover .navbtn,
    .menuph .point:hover .navbtn::after,
    .menuph .point:hover .navbtn::before {  width: 22px;  }
    .menuph .navbtn {  position: absolute;  top: 8px;  right: 0;  display: inline-block;  width: 16px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #333;  }
    .menuph .navbtn::after,
    .menuph .navbtn::before {position: absolute;right: 0;display: inline-block;width: 22px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #333;}
    .menuph .navbtn::after { top:-8px; }
    .menuph .navbtn::before { top:8px; }
    .menuph .point.active .navbtn{  background: transparent;  }
    .menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px; background: #8ec31f;}
    .menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px; background: #8ec31f;}
    
    

    .menu{ 
        display:none;
        position:fixed; 
        height:100%; 
        width:300px; 
        overflow-y:auto; 
        right:0%;
        background:white; 
        top:100px; 
        z-index:9999999; 
   
        padding:55px 0 0 0; float: left;
        -webkit-transition: all 0.6s ease-out 0s; 
        -moz-transition: all 0.6s ease-out 0s; 
        -o-transition: all 0.6s ease-out 0s; 
        transition: all 0.6s ease-out 0s;}
        
        .menu li {
              text-align:center;
          }
        .menu li a {
            line-height: 50px;
        }
        
         .menu li a:hover {
             color:#1d4ba1;
         }
        
        
        .index1 .index1Body ul li {
            width:33.3%;
        }
        
        .index2 .index2Body {
            width:100%;
        }
        
        .index2 .index2Body ul li a .text {
            padding-top:7px;
        }
        .index2 .index2Body ul li a .text h4 {
            line-height: 32px;
        }
        
        .ny_banner .bannerDown .pz_SideLayer li a {
            width:108px;
            height:50px;
            line-height: 50px;
        }
        
        
        .bsa{
            width:100px;
            height:40px;
            line-height: 40px;
        }
        
 
        
}

.pyc .left {
    width: 60%;
    float: left;
}


.pyc .left img {
    width: 100%;
}


.pyc .right {
    width: 36%;
    float: right;
    
}


.pyc .right li {
    padding: 30px;
    position: relative;
    
}

.pyc .right li i {
    position: absolute;
    left: 0;
    top: 46px;
}

.pyc .right li p {
    margin-bottom: 0;
    line-height: 30px;
}


    .p1746mf484524a38382e5f {
        margin-bottom: 30px;
        margin-top: 6px;
        padding-bottom: 15px;
        width: auto;
        color: #333333;
        font-size: 32px;
        text-align: left;
        line-height: normal;
        background-image: url("../images/CgAG0mLXzL2AUaCxAAAAgLLG5LU370.png");
        background-position: 0px 100%;
        background-repeat: no-repeat;
        position: relative;
        top: 0px;
        left: 0px;
        font-weight: bold;
    }
